\(\int (c+d x)^2 (a+b \sec (e+f x)) \, dx\) [25]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [B] (verification not implemented)
   Sympy [F]
   Maxima [B] (verification not implemented)
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 18, antiderivative size = 157 \[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\frac {a (c+d x)^3}{3 d}-\frac {2 i b (c+d x)^2 \arctan \left (e^{i (e+f x)}\right )}{f}+\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right )}{f^2}-\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right )}{f^2}-\frac {2 b d^2 \operatorname {PolyLog}\left (3,-i e^{i (e+f x)}\right )}{f^3}+\frac {2 b d^2 \operatorname {PolyLog}\left (3,i e^{i (e+f x)}\right )}{f^3} \]

[Out]

1/3*a*(d*x+c)^3/d-2*I*b*(d*x+c)^2*arctan(exp(I*(f*x+e)))/f+2*I*b*d*(d*x+c)*polylog(2,-I*exp(I*(f*x+e)))/f^2-2*
I*b*d*(d*x+c)*polylog(2,I*exp(I*(f*x+e)))/f^2-2*b*d^2*polylog(3,-I*exp(I*(f*x+e)))/f^3+2*b*d^2*polylog(3,I*exp
(I*(f*x+e)))/f^3

Rubi [A] (verified)

Time = 0.15 (sec) , antiderivative size = 157, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.278, Rules used = {4275, 4266, 2611, 2320, 6724} \[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\frac {a (c+d x)^3}{3 d}-\frac {2 i b (c+d x)^2 \arctan \left (e^{i (e+f x)}\right )}{f}+\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right )}{f^2}-\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right )}{f^2}-\frac {2 b d^2 \operatorname {PolyLog}\left (3,-i e^{i (e+f x)}\right )}{f^3}+\frac {2 b d^2 \operatorname {PolyLog}\left (3,i e^{i (e+f x)}\right )}{f^3} \]

[In]

Int[(c + d*x)^2*(a + b*Sec[e + f*x]),x]

[Out]

(a*(c + d*x)^3)/(3*d) - ((2*I)*b*(c + d*x)^2*ArcTan[E^(I*(e + f*x))])/f + ((2*I)*b*d*(c + d*x)*PolyLog[2, (-I)
*E^(I*(e + f*x))])/f^2 - ((2*I)*b*d*(c + d*x)*PolyLog[2, I*E^(I*(e + f*x))])/f^2 - (2*b*d^2*PolyLog[3, (-I)*E^
(I*(e + f*x))])/f^3 + (2*b*d^2*PolyLog[3, I*E^(I*(e + f*x))])/f^3

Rule 2320

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2611

Int[Log[1 + (e_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.)]*((f_.) + (g_.)*(x_))^(m_.), x_Symbol] :> Simp[(-(
f + g*x)^m)*(PolyLog[2, (-e)*(F^(c*(a + b*x)))^n]/(b*c*n*Log[F])), x] + Dist[g*(m/(b*c*n*Log[F])), Int[(f + g*
x)^(m - 1)*PolyLog[2, (-e)*(F^(c*(a + b*x)))^n], x], x] /; FreeQ[{F, a, b, c, e, f, g, n}, x] && GtQ[m, 0]

Rule 4266

Int[csc[(e_.) + Pi*(k_.) + (f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[-2*(c + d*x)^m*(ArcTanh[E
^(I*k*Pi)*E^(I*(e + f*x))]/f), x] + (-Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Log[1 - E^(I*k*Pi)*E^(I*(e + f*x))],
 x], x] + Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Log[1 + E^(I*k*Pi)*E^(I*(e + f*x))], x], x]) /; FreeQ[{c, d, e,
f}, x] && IntegerQ[2*k] && IGtQ[m, 0]

Rule 4275

Int[(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(n_.)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[
(c + d*x)^m, (a + b*Csc[e + f*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && IGtQ[m, 0] && IGtQ[n, 0]

Rule 6724

Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[PolyLog[n + 1, c*(a
+ b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d, e, n, p}, x] && EqQ[b*d, a*e]

Rubi steps \begin{align*} \text {integral}& = \int \left (a (c+d x)^2+b (c+d x)^2 \sec (e+f x)\right ) \, dx \\ & = \frac {a (c+d x)^3}{3 d}+b \int (c+d x)^2 \sec (e+f x) \, dx \\ & = \frac {a (c+d x)^3}{3 d}-\frac {2 i b (c+d x)^2 \arctan \left (e^{i (e+f x)}\right )}{f}-\frac {(2 b d) \int (c+d x) \log \left (1-i e^{i (e+f x)}\right ) \, dx}{f}+\frac {(2 b d) \int (c+d x) \log \left (1+i e^{i (e+f x)}\right ) \, dx}{f} \\ & = \frac {a (c+d x)^3}{3 d}-\frac {2 i b (c+d x)^2 \arctan \left (e^{i (e+f x)}\right )}{f}+\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right )}{f^2}-\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right )}{f^2}-\frac {\left (2 i b d^2\right ) \int \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right ) \, dx}{f^2}+\frac {\left (2 i b d^2\right ) \int \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right ) \, dx}{f^2} \\ & = \frac {a (c+d x)^3}{3 d}-\frac {2 i b (c+d x)^2 \arctan \left (e^{i (e+f x)}\right )}{f}+\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right )}{f^2}-\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right )}{f^2}-\frac {\left (2 b d^2\right ) \text {Subst}\left (\int \frac {\operatorname {PolyLog}(2,-i x)}{x} \, dx,x,e^{i (e+f x)}\right )}{f^3}+\frac {\left (2 b d^2\right ) \text {Subst}\left (\int \frac {\operatorname {PolyLog}(2,i x)}{x} \, dx,x,e^{i (e+f x)}\right )}{f^3} \\ & = \frac {a (c+d x)^3}{3 d}-\frac {2 i b (c+d x)^2 \arctan \left (e^{i (e+f x)}\right )}{f}+\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right )}{f^2}-\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right )}{f^2}-\frac {2 b d^2 \operatorname {PolyLog}\left (3,-i e^{i (e+f x)}\right )}{f^3}+\frac {2 b d^2 \operatorname {PolyLog}\left (3,i e^{i (e+f x)}\right )}{f^3} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.25 (sec) , antiderivative size = 203, normalized size of antiderivative = 1.29 \[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=a c^2 x+a c d x^2+\frac {1}{3} a d^2 x^3-\frac {4 i b c d x \arctan \left (e^{i (e+f x)}\right )}{f}-\frac {2 i b d^2 x^2 \arctan \left (e^{i (e+f x)}\right )}{f}+\frac {b c^2 \text {arctanh}(\sin (e+f x))}{f}+\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,-i e^{i (e+f x)}\right )}{f^2}-\frac {2 i b d (c+d x) \operatorname {PolyLog}\left (2,i e^{i (e+f x)}\right )}{f^2}-\frac {2 b d^2 \operatorname {PolyLog}\left (3,-i e^{i (e+f x)}\right )}{f^3}+\frac {2 b d^2 \operatorname {PolyLog}\left (3,i e^{i (e+f x)}\right )}{f^3} \]

[In]

Integrate[(c + d*x)^2*(a + b*Sec[e + f*x]),x]

[Out]

a*c^2*x + a*c*d*x^2 + (a*d^2*x^3)/3 - ((4*I)*b*c*d*x*ArcTan[E^(I*(e + f*x))])/f - ((2*I)*b*d^2*x^2*ArcTan[E^(I
*(e + f*x))])/f + (b*c^2*ArcTanh[Sin[e + f*x]])/f + ((2*I)*b*d*(c + d*x)*PolyLog[2, (-I)*E^(I*(e + f*x))])/f^2
 - ((2*I)*b*d*(c + d*x)*PolyLog[2, I*E^(I*(e + f*x))])/f^2 - (2*b*d^2*PolyLog[3, (-I)*E^(I*(e + f*x))])/f^3 +
(2*b*d^2*PolyLog[3, I*E^(I*(e + f*x))])/f^3

Maple [B] (verified)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 439 vs. \(2 (138 ) = 276\).

Time = 0.98 (sec) , antiderivative size = 440, normalized size of antiderivative = 2.80

method result size
risch \(\frac {a \,d^{2} x^{3}}{3}+a d c \,x^{2}+a \,c^{2} x +\frac {a \,c^{3}}{3 d}+\frac {b \,d^{2} \ln \left (1-i {\mathrm e}^{i \left (f x +e \right )}\right ) x^{2}}{f}+\frac {2 b c d \ln \left (1-i {\mathrm e}^{i \left (f x +e \right )}\right ) e}{f^{2}}-\frac {2 b c d \ln \left (1+i {\mathrm e}^{i \left (f x +e \right )}\right ) e}{f^{2}}-\frac {2 b c d \ln \left (1+i {\mathrm e}^{i \left (f x +e \right )}\right ) x}{f}-\frac {2 i b \,d^{2} \operatorname {polylog}\left (2, i {\mathrm e}^{i \left (f x +e \right )}\right ) x}{f^{2}}-\frac {b \,d^{2} \ln \left (1+i {\mathrm e}^{i \left (f x +e \right )}\right ) x^{2}}{f}+\frac {b \,e^{2} d^{2} \ln \left (1+i {\mathrm e}^{i \left (f x +e \right )}\right )}{f^{3}}+\frac {4 i b c d e \arctan \left ({\mathrm e}^{i \left (f x +e \right )}\right )}{f^{2}}+\frac {2 i b c d \operatorname {polylog}\left (2, -i {\mathrm e}^{i \left (f x +e \right )}\right )}{f^{2}}-\frac {2 i b \,d^{2} e^{2} \arctan \left ({\mathrm e}^{i \left (f x +e \right )}\right )}{f^{3}}-\frac {2 i b \,c^{2} \arctan \left ({\mathrm e}^{i \left (f x +e \right )}\right )}{f}+\frac {2 i b \,d^{2} \operatorname {polylog}\left (2, -i {\mathrm e}^{i \left (f x +e \right )}\right ) x}{f^{2}}+\frac {2 b \,d^{2} \operatorname {polylog}\left (3, i {\mathrm e}^{i \left (f x +e \right )}\right )}{f^{3}}+\frac {2 b c d \ln \left (1-i {\mathrm e}^{i \left (f x +e \right )}\right ) x}{f}-\frac {2 i b c d \operatorname {polylog}\left (2, i {\mathrm e}^{i \left (f x +e \right )}\right )}{f^{2}}-\frac {2 b \,d^{2} \operatorname {polylog}\left (3, -i {\mathrm e}^{i \left (f x +e \right )}\right )}{f^{3}}-\frac {b \,e^{2} d^{2} \ln \left (1-i {\mathrm e}^{i \left (f x +e \right )}\right )}{f^{3}}\) \(440\)

[In]

int((d*x+c)^2*(a+b*sec(f*x+e)),x,method=_RETURNVERBOSE)

[Out]

1/3*a*d^2*x^3+a*d*c*x^2+a*c^2*x+1/3*a/d*c^3+1/f*b*d^2*ln(1-I*exp(I*(f*x+e)))*x^2+2/f^2*b*c*d*ln(1-I*exp(I*(f*x
+e)))*e-2/f^2*b*c*d*ln(1+I*exp(I*(f*x+e)))*e-2/f*b*c*d*ln(1+I*exp(I*(f*x+e)))*x-2*I/f^2*b*d^2*polylog(2,I*exp(
I*(f*x+e)))*x-1/f*b*d^2*ln(1+I*exp(I*(f*x+e)))*x^2+1/f^3*b*e^2*d^2*ln(1+I*exp(I*(f*x+e)))+4*I/f^2*b*c*d*e*arct
an(exp(I*(f*x+e)))+2*I/f^2*b*c*d*polylog(2,-I*exp(I*(f*x+e)))-2*I/f^3*b*d^2*e^2*arctan(exp(I*(f*x+e)))-2*I/f*b
*c^2*arctan(exp(I*(f*x+e)))+2*I/f^2*b*d^2*polylog(2,-I*exp(I*(f*x+e)))*x+2*b*d^2*polylog(3,I*exp(I*(f*x+e)))/f
^3+2/f*b*c*d*ln(1-I*exp(I*(f*x+e)))*x-2*I/f^2*b*c*d*polylog(2,I*exp(I*(f*x+e)))-2*b*d^2*polylog(3,-I*exp(I*(f*
x+e)))/f^3-1/f^3*b*e^2*d^2*ln(1-I*exp(I*(f*x+e)))

Fricas [B] (verification not implemented)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 675 vs. \(2 (129) = 258\).

Time = 0.32 (sec) , antiderivative size = 675, normalized size of antiderivative = 4.30 \[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\frac {2 \, a d^{2} f^{3} x^{3} + 6 \, a c d f^{3} x^{2} + 6 \, a c^{2} f^{3} x - 6 \, b d^{2} {\rm polylog}\left (3, i \, \cos \left (f x + e\right ) + \sin \left (f x + e\right )\right ) + 6 \, b d^{2} {\rm polylog}\left (3, i \, \cos \left (f x + e\right ) - \sin \left (f x + e\right )\right ) - 6 \, b d^{2} {\rm polylog}\left (3, -i \, \cos \left (f x + e\right ) + \sin \left (f x + e\right )\right ) + 6 \, b d^{2} {\rm polylog}\left (3, -i \, \cos \left (f x + e\right ) - \sin \left (f x + e\right )\right ) - 6 \, {\left (i \, b d^{2} f x + i \, b c d f\right )} {\rm Li}_2\left (i \, \cos \left (f x + e\right ) + \sin \left (f x + e\right )\right ) - 6 \, {\left (i \, b d^{2} f x + i \, b c d f\right )} {\rm Li}_2\left (i \, \cos \left (f x + e\right ) - \sin \left (f x + e\right )\right ) - 6 \, {\left (-i \, b d^{2} f x - i \, b c d f\right )} {\rm Li}_2\left (-i \, \cos \left (f x + e\right ) + \sin \left (f x + e\right )\right ) - 6 \, {\left (-i \, b d^{2} f x - i \, b c d f\right )} {\rm Li}_2\left (-i \, \cos \left (f x + e\right ) - \sin \left (f x + e\right )\right ) + 3 \, {\left (b d^{2} e^{2} - 2 \, b c d e f + b c^{2} f^{2}\right )} \log \left (\cos \left (f x + e\right ) + i \, \sin \left (f x + e\right ) + i\right ) - 3 \, {\left (b d^{2} e^{2} - 2 \, b c d e f + b c^{2} f^{2}\right )} \log \left (\cos \left (f x + e\right ) - i \, \sin \left (f x + e\right ) + i\right ) + 3 \, {\left (b d^{2} f^{2} x^{2} + 2 \, b c d f^{2} x - b d^{2} e^{2} + 2 \, b c d e f\right )} \log \left (i \, \cos \left (f x + e\right ) + \sin \left (f x + e\right ) + 1\right ) - 3 \, {\left (b d^{2} f^{2} x^{2} + 2 \, b c d f^{2} x - b d^{2} e^{2} + 2 \, b c d e f\right )} \log \left (i \, \cos \left (f x + e\right ) - \sin \left (f x + e\right ) + 1\right ) + 3 \, {\left (b d^{2} f^{2} x^{2} + 2 \, b c d f^{2} x - b d^{2} e^{2} + 2 \, b c d e f\right )} \log \left (-i \, \cos \left (f x + e\right ) + \sin \left (f x + e\right ) + 1\right ) - 3 \, {\left (b d^{2} f^{2} x^{2} + 2 \, b c d f^{2} x - b d^{2} e^{2} + 2 \, b c d e f\right )} \log \left (-i \, \cos \left (f x + e\right ) - \sin \left (f x + e\right ) + 1\right ) + 3 \, {\left (b d^{2} e^{2} - 2 \, b c d e f + b c^{2} f^{2}\right )} \log \left (-\cos \left (f x + e\right ) + i \, \sin \left (f x + e\right ) + i\right ) - 3 \, {\left (b d^{2} e^{2} - 2 \, b c d e f + b c^{2} f^{2}\right )} \log \left (-\cos \left (f x + e\right ) - i \, \sin \left (f x + e\right ) + i\right )}{6 \, f^{3}} \]

[In]

integrate((d*x+c)^2*(a+b*sec(f*x+e)),x, algorithm="fricas")

[Out]

1/6*(2*a*d^2*f^3*x^3 + 6*a*c*d*f^3*x^2 + 6*a*c^2*f^3*x - 6*b*d^2*polylog(3, I*cos(f*x + e) + sin(f*x + e)) + 6
*b*d^2*polylog(3, I*cos(f*x + e) - sin(f*x + e)) - 6*b*d^2*polylog(3, -I*cos(f*x + e) + sin(f*x + e)) + 6*b*d^
2*polylog(3, -I*cos(f*x + e) - sin(f*x + e)) - 6*(I*b*d^2*f*x + I*b*c*d*f)*dilog(I*cos(f*x + e) + sin(f*x + e)
) - 6*(I*b*d^2*f*x + I*b*c*d*f)*dilog(I*cos(f*x + e) - sin(f*x + e)) - 6*(-I*b*d^2*f*x - I*b*c*d*f)*dilog(-I*c
os(f*x + e) + sin(f*x + e)) - 6*(-I*b*d^2*f*x - I*b*c*d*f)*dilog(-I*cos(f*x + e) - sin(f*x + e)) + 3*(b*d^2*e^
2 - 2*b*c*d*e*f + b*c^2*f^2)*log(cos(f*x + e) + I*sin(f*x + e) + I) - 3*(b*d^2*e^2 - 2*b*c*d*e*f + b*c^2*f^2)*
log(cos(f*x + e) - I*sin(f*x + e) + I) + 3*(b*d^2*f^2*x^2 + 2*b*c*d*f^2*x - b*d^2*e^2 + 2*b*c*d*e*f)*log(I*cos
(f*x + e) + sin(f*x + e) + 1) - 3*(b*d^2*f^2*x^2 + 2*b*c*d*f^2*x - b*d^2*e^2 + 2*b*c*d*e*f)*log(I*cos(f*x + e)
 - sin(f*x + e) + 1) + 3*(b*d^2*f^2*x^2 + 2*b*c*d*f^2*x - b*d^2*e^2 + 2*b*c*d*e*f)*log(-I*cos(f*x + e) + sin(f
*x + e) + 1) - 3*(b*d^2*f^2*x^2 + 2*b*c*d*f^2*x - b*d^2*e^2 + 2*b*c*d*e*f)*log(-I*cos(f*x + e) - sin(f*x + e)
+ 1) + 3*(b*d^2*e^2 - 2*b*c*d*e*f + b*c^2*f^2)*log(-cos(f*x + e) + I*sin(f*x + e) + I) - 3*(b*d^2*e^2 - 2*b*c*
d*e*f + b*c^2*f^2)*log(-cos(f*x + e) - I*sin(f*x + e) + I))/f^3

Sympy [F]

\[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\int \left (a + b \sec {\left (e + f x \right )}\right ) \left (c + d x\right )^{2}\, dx \]

[In]

integrate((d*x+c)**2*(a+b*sec(f*x+e)),x)

[Out]

Integral((a + b*sec(e + f*x))*(c + d*x)**2, x)

Maxima [B] (verification not implemented)

Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 516 vs. \(2 (129) = 258\).

Time = 0.38 (sec) , antiderivative size = 516, normalized size of antiderivative = 3.29 \[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\frac {6 \, {\left (f x + e\right )} a c^{2} + \frac {2 \, {\left (f x + e\right )}^{3} a d^{2}}{f^{2}} - \frac {6 \, {\left (f x + e\right )}^{2} a d^{2} e}{f^{2}} + \frac {6 \, {\left (f x + e\right )} a d^{2} e^{2}}{f^{2}} + \frac {6 \, {\left (f x + e\right )}^{2} a c d}{f} - \frac {12 \, {\left (f x + e\right )} a c d e}{f} + 6 \, b c^{2} \log \left (\sec \left (f x + e\right ) + \tan \left (f x + e\right )\right ) + \frac {6 \, b d^{2} e^{2} \log \left (\sec \left (f x + e\right ) + \tan \left (f x + e\right )\right )}{f^{2}} - \frac {12 \, b c d e \log \left (\sec \left (f x + e\right ) + \tan \left (f x + e\right )\right )}{f} + \frac {3 \, {\left (4 \, b d^{2} {\rm Li}_{3}(i \, e^{\left (i \, f x + i \, e\right )}) - 4 \, b d^{2} {\rm Li}_{3}(-i \, e^{\left (i \, f x + i \, e\right )}) - 2 \, {\left (i \, {\left (f x + e\right )}^{2} b d^{2} + 2 \, {\left (-i \, b d^{2} e + i \, b c d f\right )} {\left (f x + e\right )}\right )} \arctan \left (\cos \left (f x + e\right ), \sin \left (f x + e\right ) + 1\right ) - 2 \, {\left (i \, {\left (f x + e\right )}^{2} b d^{2} + 2 \, {\left (-i \, b d^{2} e + i \, b c d f\right )} {\left (f x + e\right )}\right )} \arctan \left (\cos \left (f x + e\right ), -\sin \left (f x + e\right ) + 1\right ) - 4 \, {\left (i \, {\left (f x + e\right )} b d^{2} - i \, b d^{2} e + i \, b c d f\right )} {\rm Li}_2\left (i \, e^{\left (i \, f x + i \, e\right )}\right ) - 4 \, {\left (-i \, {\left (f x + e\right )} b d^{2} + i \, b d^{2} e - i \, b c d f\right )} {\rm Li}_2\left (-i \, e^{\left (i \, f x + i \, e\right )}\right ) + {\left ({\left (f x + e\right )}^{2} b d^{2} - 2 \, {\left (b d^{2} e - b c d f\right )} {\left (f x + e\right )}\right )} \log \left (\cos \left (f x + e\right )^{2} + \sin \left (f x + e\right )^{2} + 2 \, \sin \left (f x + e\right ) + 1\right ) - {\left ({\left (f x + e\right )}^{2} b d^{2} - 2 \, {\left (b d^{2} e - b c d f\right )} {\left (f x + e\right )}\right )} \log \left (\cos \left (f x + e\right )^{2} + \sin \left (f x + e\right )^{2} - 2 \, \sin \left (f x + e\right ) + 1\right )\right )}}{f^{2}}}{6 \, f} \]

[In]

integrate((d*x+c)^2*(a+b*sec(f*x+e)),x, algorithm="maxima")

[Out]

1/6*(6*(f*x + e)*a*c^2 + 2*(f*x + e)^3*a*d^2/f^2 - 6*(f*x + e)^2*a*d^2*e/f^2 + 6*(f*x + e)*a*d^2*e^2/f^2 + 6*(
f*x + e)^2*a*c*d/f - 12*(f*x + e)*a*c*d*e/f + 6*b*c^2*log(sec(f*x + e) + tan(f*x + e)) + 6*b*d^2*e^2*log(sec(f
*x + e) + tan(f*x + e))/f^2 - 12*b*c*d*e*log(sec(f*x + e) + tan(f*x + e))/f + 3*(4*b*d^2*polylog(3, I*e^(I*f*x
 + I*e)) - 4*b*d^2*polylog(3, -I*e^(I*f*x + I*e)) - 2*(I*(f*x + e)^2*b*d^2 + 2*(-I*b*d^2*e + I*b*c*d*f)*(f*x +
 e))*arctan2(cos(f*x + e), sin(f*x + e) + 1) - 2*(I*(f*x + e)^2*b*d^2 + 2*(-I*b*d^2*e + I*b*c*d*f)*(f*x + e))*
arctan2(cos(f*x + e), -sin(f*x + e) + 1) - 4*(I*(f*x + e)*b*d^2 - I*b*d^2*e + I*b*c*d*f)*dilog(I*e^(I*f*x + I*
e)) - 4*(-I*(f*x + e)*b*d^2 + I*b*d^2*e - I*b*c*d*f)*dilog(-I*e^(I*f*x + I*e)) + ((f*x + e)^2*b*d^2 - 2*(b*d^2
*e - b*c*d*f)*(f*x + e))*log(cos(f*x + e)^2 + sin(f*x + e)^2 + 2*sin(f*x + e) + 1) - ((f*x + e)^2*b*d^2 - 2*(b
*d^2*e - b*c*d*f)*(f*x + e))*log(cos(f*x + e)^2 + sin(f*x + e)^2 - 2*sin(f*x + e) + 1))/f^2)/f

Giac [F]

\[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\int { {\left (d x + c\right )}^{2} {\left (b \sec \left (f x + e\right ) + a\right )} \,d x } \]

[In]

integrate((d*x+c)^2*(a+b*sec(f*x+e)),x, algorithm="giac")

[Out]

integrate((d*x + c)^2*(b*sec(f*x + e) + a), x)

Mupad [F(-1)]

Timed out. \[ \int (c+d x)^2 (a+b \sec (e+f x)) \, dx=\int \left (a+\frac {b}{\cos \left (e+f\,x\right )}\right )\,{\left (c+d\,x\right )}^2 \,d x \]

[In]

int((a + b/cos(e + f*x))*(c + d*x)^2,x)

[Out]

int((a + b/cos(e + f*x))*(c + d*x)^2, x)